/**  globel css setting  **/
body {
	font-family : tahoma, verdana, helvertical;
	font-size   : small;
	margin      : 0px;
	padding     : 0px;
	text-align  : center;
	background  : #ffffff;
}

/** login page **/
.gfx {
	margin-top: 15px;
	margin-bottom: 25px;
	padding: 0px;
}

.label_caps {
	width: 120px;
	text-align: right;
	margin-right: 5px;
	color: #6d84b4;
}

input {
	font-family: tahoma, verdana, helvertical;
	border: 1px solid #6a8599;
}

input.edit {
	width: 150px;
}

input.login_btn {
	background: #6d84b4;
	height: 46px;
	padding: 0px 5px;
	color: #fafafa;
}

input.request_btn {
	width: 120px;
}

.loginform {
	padding: 15px;
	border: 1px dotted #6a8599;
	background: #fafafa;
	width: 731px;
	text-align: right;
}


/** forgot_pass page **/
#forgotform {
	margin-top: 15px;
	padding: 20px 10px;
	border: 1px dotted #faaf7d;
	background: #fff9ef;
	width: 731px;
	text-align: left;
}

#forgotform p.forgot_caps {
	font-size: 14px;
	font-weight: bold;
	color: #ff8000;
	border-bottom: 1px dotted #ff8000;
}

#forgotform p.forgot_content {
	font-size: 11px;
	padding-left: 15px;
}

#forgotform p.forgot_submit {
	border-top: 1px dotted #ff8000;
	padding-top: 20px;
	padding-left: 15px;
}

/** logout page **/
#logoutform {
	margin-top: 15px;
	padding: 20px 10px;
	border: 1px dotted #93aa70;
	background: #f2ffde;
	width: 731px;
	text-align: left;
}

#logoutform p#logout_caps {
	font-size: 14px;
	font-weight: bold;
	color: #93aa70;
	border-bottom: 1px dotted #93aa70;
}

#logoutform p#logout_caps span{
	color: #ff0000;
}

#logoutform p.logout_content {
	font-size: 11px;
	line-height: 25px;
	padding-left: 15px;
}

#logoutform p#logout_txt {
	font-family: "Trebuchet MS", tahoma, verdana, helvertical, Arial;
	font-size: 12px;
	padding-left: 25px;
}

#logoutform p#logout_txt dl,dt,dd {
	font-size: 12px;
	padding-left: 25px;
	color: #ff9980;
}

#logoutform p.logout_content a.closewindow {
	color: #ff8000;
}


/** construction page **/
#constructform {
	margin: 10px;
	padding: 20px 10px;
	border: 1px solid #ffb5a2;
	background: #ffe2db;
	width: 557px;
	text-align: left;
}

#constructform p.construct_caps {
	font-size: 14px;
	font-weight: bold;
	color: #ff8d70;
	border-bottom: 1px dotted #ffb5a2;
}

#constructform p.construct_content {
	font-size: 12px;
	line-height: 25px;
	padding-left: 15px;
}

.request_btn {
	border: 1px solid #ffc182;
	background: #ffecc1;
	color: #ff8000;
}

.float_left {
	float: left;
	width: 630px;
}

#forgot_pass {
	border-top: 1px dotted #6a8599;
	float: none;
	font-size: 11px;
	padding-top: 15px;
}

#forgot_pass a:link, a:visited {
	font-weight: bold;
	color: #3b5998;
}


/** head page **/
.head {
	text-align: left;
	width: 760px;
	margin-top: 15px;
	margin-bottom: -7px;
}

.page_left {
	float: left;
	margin-right: -3px;
}

.page_content {
	float: left;
	background: url("../img/head_bg.gif") repeat-x 0 50%;
	width: 577px;
	height: 74px;
	margin-right: -3px;
	text-align: right;
}

.page_right {
	background: #41417f;
	width: 28px;
	height:74px;
	margin: 0px;
}

.page_caps {
	padding-top: 30px;
}

span.page_title {
	font-family: Arial Black, Arial;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}

/** navi page **/
.navi_top {
	margin-bottom: -8px;
	width: 158px;
}

#body {
	width: 760px;
	margin-top: 0px;
	margin-left: 0px;
	border-collapse: collapse;
}

#body td {
	margin: 0px;
	padding: 0px;
	background: #41417f;
	vertical-align: top;
}

#body td.navi {
	width: 150px;
	text-align: right;
	margin: 0px;
	padding: 0px;
}

#body td.content_s {
	text-align: left;
	padding-top: 0px;
}

#body td.content_o {
	text-align: left;
	padding-top: 1px;
	background: #ffffff;
}

#navi_ul {
	margin-top: 0px;
	margin-left: 47px;
	width: 111px;
}

#navi_ul li {
	margin-bottom: 5px;
	padding-top: 5px;
	padding-right: 3px;
	background: #9ac6e1;
	width: 108px;
	height: 21px;
	list-style: none;
	text-align: right;
	font-weight: bold;
}

#navi_ul li a {
	text-decoration: none;
}

#navi_ul li a:link, a:visited {
	color: #0066b2;
}

#navi_ul li a:hover, a:active {
	color: #aa4f39;
}

#thisform {
	width: 580px;
	border: 1px solid #a3c2d8;
	background: #e6eff5;
	margin: 10px;
}

h3 {
	font-size: 16px;
	color: #6a8599;
	margin: 10px;
	border-bottom: 1px dotted #6a8599;
}

#thisform p {
	width: 545px;
	margin-left: 10px;
	margin-bottom: 0px;
	padding-bottom: 2px;
	margin-top: 5px;
}

#thisform p.grp {
	margin-top: 0px;
	margin-bottom: 0px;
}

#thisform p label {
	float: left;
	width: 95px;
	text-align: left;
	margin-right: 10px;
	margin-left: 15px;
	margin-top: 3px;
	font-weight: bold;
}

#thisform p.pass label {
	float: left;
	width: 125px;
	text-align: right;
	margin-right: 10px;
	margin-left: 15px;
	margin-top: 3px;
	font-weight: bold;
}

#thisform p.grp label {
	text-align: right;
	font-weight: normal;
}

#thisform input {
	border: 1px solid #6a8599;
}

#thisform input.radio {
	border: none;
}

#thisform span.note {
	color: #6a8599;
}

.wide_edit {
	width: 418px;
}

.wide_btn {
	width: 360px;
	margin-bottom: 5px;
	background: #6d84b4;
	color: #fafafa;
}

.radio {
	border: none;
}

#err_section {
	width: 580px;
	margin: 10px;
	border: 1px solid #ff7d7d;
	background: #fff9ef;
	text-align: left;
	color: #ff7d7d;
}

#err_section h3 {
	color: #ff7d7d;
	border-bottom: 1px dotted #ff7d7d;
}

#err_section ul {
	list-style: none;
	margin-left: 20px;
}


#note_section {
	width: 580px;
	margin: 10px;
	border: 1px solid #ff8d70;
	background: #fff9ef;
	text-align: left;
	color: #ff8d70;
}

#note_section h3 {
	color: #ff8d70;
	border-bottom: 1px dotted #ff8d70;
}

#note_section ul {
	list-style: none;
	margin-left: 20px;
}

#note_section dd {
	margin-left: 20px;
}

#contentform {
	width: 580px;
	border: 1px solid #95d8bc;
	background: #dcece5;
	margin: 10px;
}

#contentform h3 {
	color: #457761;
	border-bottom: 1px dotted #95d8bc;
	margin-bottom: 15px;
}

#contentform p {
	width: 545px;
	margin-left: 10px;
	margin-bottom: 0px;
	padding-bottom: 2px;
	margin-top: 5px;
}

#contentform p.grp {
	margin-top: 0px;
	margin-bottom: 0px;
}

#contentform p label {
	float: left;
	width: 95px;
	text-align: left;
	margin-right: 10px;
	margin-left: 15px;
	margin-top: 3px;
	font-weight: bold;
}

#contentform p.grp label {
	text-align: right;
	font-weight: normal;
}

#contentform input {
	border: 1px solid #6a8599;
}

#contentform span.note {
	color: #6a8599;
}

#content_tb {
	font-size: 75%;
	background: #dcece5;
	border-collapse: collapse;
	width: 560px;
	margin-left: 10px;
	margin-bottom: 10px;
}

#content_tb td {
	background: #dcece5;
	color: #4b9999;
	font-weight: bold;
	padding: 2px 0px 1px 0px;
}

#content_tb th {
	font-weight: normal;
	font-size: 120%;
	vertical-align: top;
	border-bottom: 1px solid #4b9999;
}

#content_tb td.no_result {
	font-size: 120%;
	color: #ff0000;
}

#content_tb th.col_qt, td.col_qt {
	width: 30px;
	text-align: right;
}

#content_tb td.col_qt {
	padding-right: 5px;
}

#content_tb th.col_pd,td.col_pd,th.col_cen,td.col_cen {
	text-align: center;
}

#content_tb th.col_rt,td.col_rt {
	text-align: right;
}

#content_tb th.col_sp, td.col_sp {
	text-align: center;
	font-weight: normal;
	width: 55px;
}

#content_tb td.col_sp_y, td.col_sp_n {
	text-align: center;
	width: 55px;
}

#content_tb td.col_sp_y {
	background: #ffc7a2;
}

#content_tb th.col_tn, td.col_tn {
	width: 280px;
}

#content_tb th.col_tl, td.col_tl {
	text-align: center;
}

#content_tb td.col_tl a {
	text-decoration: none;
}

#content_tb td.col_tl a:link {
	color: #4b9999;
	border-bottom: 1px dotted #4b9999;
}

#content_tb td.col_tl a:visited {
	color: #4b9999;
	border-bottom: 1px dotted #4b9999;
}

.done {
	color: #4b9999;
}

.hold {
	color: #ff0000;
}

/** page message area css setting **/
#msg_area {
	padding: 10px 10px 8px 10px;
	width: 560px;
	margin: 10px;
}
#msg_area h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
}
#msg_area h3.msg_caps {
	color: #ff7a59;
	border-bottom: 1px dotted #ff9980;
}
#msg_area ul {
	list-style: none;
	font-size: 85%;
	margin: 5px 0px 0px 10px;
}
#msg_area ul li {
	margin: 0px;
	padding: 0px;
}
h3.red {
	color: #ff0000;
	border-bottom: 1px dotted #ff9980;
}
h3.blue {
	color: #506677;
	border-bottom: 1px dotted #5e8eb2;
}
h3.green {
	color: #5c885c;
	border-bottom: 1px dotted #6acc6a;
}
form.red {
	border: 1px solid #ff9980;
	background: #ffe8e2;
}
form.blue {
	border: 1px solid #5e8eb2;
	background: #d0e0ec;
}
form.green {
	border: 1px solid #6acc6a;
	background: #d5f2d5;
}

h5 {
	font-family: "Trebuchet MS", tahoma, verdana, helvertical, Arial;
	font-size: 14px;
	margin-left: 10px;
	margin-bottom: -20px;
	color: #007878;
}

#thisform ul {
	margin: 20px 40px 0px 50px;
	color: #3f9671;
	list-style: square outside;
}